home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 21
/
AACD 21.iso
/
AACD
/
Programming
/
CVS
/
ChangeLog.AMIGA
< prev
next >
Wrap
Text File
|
2001-04-30
|
1KB
|
32 lines
2001-04-29 Jens Langner <Jens.Langner@htw-dresden.de>
* updated CVS source tree to latest version 1.11.1p1
and updated amiga.c implementation accordingly
* CVS/Entries files were broken because of some wrong time calculation
in convert_fileinfo_to_stat()
* fixed some bugs in the smakefiles and corrected some header files
2001-02-08 Olaf Barthel <olsen@sourcery.han.de>
* Whoops. The fstat() replacement function did not get called and
thus ended up trashing the protection bits of files checked out.
* The current signal handler was not properly restored in the
password entry routine.
2001-02-07 Olaf Barthel <olsen@sourcery.han.de>
* The password query routine failed to store the password entered,
rendering cvs almost entirely useless. The code was also vulnerable
when receiving a ^C break signal.
* Rewrote stat(), fstat(), lstat() and chmod() from scratch since
the original implementations turned out to be fundamentally
incompatible with how CVS would use file attribute bits.
* Worked around another potential pitfall with the access()
implementation.